Uses of Class
negotiator.issue.Value

Packages that use Value
agents.anac.y2010.AgentSmith   
agents.anac.y2011.Gahboninho   
agents.anac.y2011.IAMhaggler2011   
agents.anac.y2011.ValueModelAgent   
negotiator   
negotiator.boaframework.offeringstrategy.anac2011.iamhaggler2011   
negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent   
negotiator.boaframework.sharedagentstate.anac2011.gahboninho   
negotiator.issue   
negotiator.utility   
 

Uses of Value in agents.anac.y2010.AgentSmith
 

Methods in agents.anac.y2010.AgentSmith that return Value
 Value IssueModel.getBidValue(Bid pBid)
          returns the value of a bid
static Value IssueModel.getBidValueByIssue(Bid pBid, Issue pIssue)
          returns the value of an issue in a bid
static Value Bounds.getIssueValue(Issue pIssue, double pIndex)
          returns a Value object with the value of an issue at the given index works for real, discrete and integer objects
 

Methods in agents.anac.y2010.AgentSmith with parameters of type Value
 void IssueModel.addValue(Value pValue)
          Add a value to the list
 double IssueModel.getNumberValue(Value pValue)
          The value of an issue in a double type
 

Uses of Value in agents.anac.y2011.Gahboninho
 

Methods in agents.anac.y2011.Gahboninho that return Value
 Value OpponnentModel.ImproveValue(int IssueNumber, ValueDiscrete ValToImprove)
           
 

Methods in agents.anac.y2011.Gahboninho with parameters of type Value
 double GahbonValueType.GetExpectedUtilityByValue(Value V)
           
 void GahbonValueType.UpdateImportance(Value OpponentBid)
           
 

Uses of Value in agents.anac.y2011.IAMhaggler2011
 

Method parameters in agents.anac.y2011.IAMhaggler2011 with type arguments of type Value
protected  void RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values, IssueDiscrete issue)
           
protected  void RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values, IssueInteger issue)
           
protected  void RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values, IssueReal issue)
           
 

Uses of Value in agents.anac.y2011.ValueModelAgent
 

Methods in agents.anac.y2011.ValueModelAgent with parameters of type Value
 ValueDecrease IssuesDecreases.getExpectedDecrease(Value value)
           
 void IssuesDecreases.initilize(Issue issue, Value maximalValue, int issueCount)
           
 

Uses of Value in negotiator
 

Methods in negotiator that return Value
 Value Bid.getValue(int issueNr)
           
 

Methods in negotiator that return types with arguments of type Value
protected  java.util.HashMap<java.lang.Integer,Value> Bid.getValues()
          Helper function to enable the comparison between two Bids.
 

Methods in negotiator with parameters of type Value
 void Bid.setValue(int issueId, Value pValue)
          Set the value of the issue with the given issueID to the given value.
 

Constructor parameters in negotiator with type arguments of type Value
Bid(Domain domainP, java.util.HashMap<java.lang.Integer,Value> bidP)
          create a new bid in a domain.
 

Uses of Value in negotiator.boaframework.offeringstrategy.anac2011.iamhaggler2011
 

Method parameters in negotiator.boaframework.offeringstrategy.anac2011.iamhaggler2011 with type arguments of type Value
protected  void RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values, IssueDiscrete issue)
           
protected  void RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values, IssueInteger issue)
           
protected  void RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values, IssueReal issue)
           
 

Uses of Value in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent
 

Methods in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent with parameters of type Value
 ValueDecrease IssuesDecreases.getExpectedDecrease(Value value)
           
 void IssuesDecreases.initilize(Issue issue, Value maximalValue, int issueCount)
           
 

Uses of Value in negotiator.boaframework.sharedagentstate.anac2011.gahboninho
 

Methods in negotiator.boaframework.sharedagentstate.anac2011.gahboninho that return Value
 Value GahboninhoOM.ImproveValue(int IssueNumber, ValueDiscrete ValToImprove)
           
 

Methods in negotiator.boaframework.sharedagentstate.anac2011.gahboninho with parameters of type Value
 double GahbonValueType.GetExpectedUtilityByValue(Value V)
           
 void GahbonValueType.UpdateImportance(Value OpponentBid)
           
 

Uses of Value in negotiator.issue
 

Subclasses of Value in negotiator.issue
 class ValueDiscrete
          Specifies a discrete value.
 class ValueInteger
          Specifies an integer value.
 class ValueReal
           
 

Methods in negotiator.issue with parameters of type Value
 boolean IssueReal.checkInRange(Value val)
           
 boolean IssueInteger.checkInRange(Value val)
           
 boolean IssueDiscrete.checkInRange(Value value)
           
abstract  boolean Issue.checkInRange(Value value)
          Method to check if the given value is in the range specified by the issue.
 

Uses of Value in negotiator.utility
 

Methods in negotiator.utility that return Value
 Value EvaluatorReal.getMaxValue()
           
 Value EvaluatorDiscrete.getMaxValue()
           
 Value EvaluatorReal.getMinValue()
           
 Value EvaluatorDiscrete.getMinValue()
           
 

Methods in negotiator.utility with parameters of type Value
 void EvaluatorDiscrete.setEvaluation(Value val, int evaluation)
          Sets the evaluation for Value val.